go/types.Checker.arguments (method)
3 uses
go/types (current package)
builtins.go#L147: check.arguments(call, sig, nil, xlist, nil) // discard result (we know the result type)
call.go#L210: sig = check.arguments(call, sig, targs, args, xlist)
call.go#L288: func (check *Checker) arguments(call *ast.CallExpr, sig *Signature, targs []Type, args []*operand, xlist []ast.Expr) (rsig *Signature) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)